home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / software / vyzkuste / spyware / spyware.exe / Microsoft Baseline Security Analyzer / MBSASetup-EN.msi / Data.Cab / coUA.css < prev    next >
Cascading Style Sheet File  |  2004-01-05  |  12KB  |  425 lines

  1. /* Style sheet optimized for IE6 - Last updated 2/28/03 AMS */
  2.  
  3. body           { color: #000000;
  4.         background: #FFFFFF;      
  5.         font-size: 70%;            
  6.         font-family: Verdana, Arial, Sans Serif;
  7.         margin-left: 0em;
  8.         padding-left: 1.5em; }
  9.  
  10.  
  11. a:link, a:visited     { color: #0000FF; text-decoration:underline;}
  12.  
  13. a:active, a:hover     { color: #FF0000;  cursor:hand; text-decoration:underline;}
  14.  
  15. /* Puts a little more breathing room above related topics link. - AMS*/
  16. a.#reltopics         { position:relative; top:1em; }
  17.  
  18. h1
  19.         { font-size: 125%; 
  20.         margin-bottom: .5em; clear:both; width: 85%; }
  21.  
  22. h2
  23.         { font-size: 115%;  
  24.         margin-top: 1.5em;
  25.         margin-bottom: .5em; clear:both; }
  26.  
  27. h3
  28.         { font-size: 105%; 
  29.         margin-top: 1.2em;  
  30.         margin-bottom: .5em; clear:both; }
  31.  
  32. h4
  33.         { font-size: 105%; 
  34.         margin-top: 1.2em;  
  35.         margin-bottom: .5em; clear:both; }
  36.  
  37. h5
  38.         { font-size: 105%; 
  39.         margin-top: 1.2em;  
  40.         margin-bottom: .5em; clear:both; }
  41.  
  42. p
  43.         { margin-top: .6em; 
  44.         margin-bottom: .6em; }
  45.             
  46. ol
  47.         { margin-top: .5em; 
  48.         margin-bottom: 0em; 
  49.         margin-left: 2.1em; 
  50.         padding-left: 0em;
  51.         margin-right:2.1em; }
  52.     
  53. ul
  54.         { margin-top: .6em;     
  55.         margin-bottom: 0em;
  56.         list-style-type: disc;
  57.         margin-left: 1.5em;
  58.         padding-left: 0em;
  59.         margin-right: 1.5em; }
  60.         
  61. li
  62.         { margin-bottom: .7em; clear:both; }
  63.  
  64. dd
  65.         { margin-bottom: 0em; 
  66.         margin-left: 1.5em; } 
  67.  
  68. /* for defined terms, follow the Document Conventions listing in the Microsoft Manual of Style: */
  69. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add font-weight: bold; to the dt tag */
  70. /* Variables, book titles, and placeholders the user must provide are italic--add font-style: italic; to the dt tag */
  71. /* pre-defined arguments are bold and italic--add font-weight: bold; and font-style: italic; to the dt tag */
  72.  
  73. dt
  74.         { 
  75.           margin-top: 1em; 
  76.         }
  77.  
  78. dl.indent    {
  79.           margin-left: 2.0em;
  80.         }
  81.  
  82. pre
  83.         { margin-top: .5em;
  84.         margin-bottom: .5em;
  85.         background-color: #EEEEEE;
  86.         padding: .45em; }
  87.         
  88. /* Added the following 12/19/02 to set off code blocks when shown inside a conceptual table. - AMS*/
  89.  
  90. td pre    {background-color: #E3E3E3;}
  91.  
  92. /* Added the following 3 modifiers 10/14/02 to style codeblocks with line numbers. Note that these are hosted inside tables for formatting and class names are required on some elements. - AMS*/
  93.  
  94. table.codetable pre {background-color: #EEEEEE;}
  95. table.codetable td     {background-color: #FFFFFF; }
  96. td.codenumbers pre    {background: #FFFFFF;
  97.                     padding-left: 0em;
  98.                     padding-right: 0em;
  99.                     direction: rtl;}
  100.  
  101. code
  102.         { font-family: Courier New; 
  103.         font-size: 1.1em; }
  104.  
  105. table
  106.         { font-size: 100%;
  107.         margin-top: 1em; 
  108.         margin-bottom: 1em; }
  109.         
  110. th
  111.         { text-align: left;
  112.         background: #DDDDDD;
  113.         vertical-align: bottom;
  114.         padding: .2em;
  115.         padding-left: .45em;
  116.         padding-right: .5em;}
  117.         
  118. td
  119.         { background: #EEEEEE;
  120.         vertical-align: top;
  121.         padding: .2em;
  122.         padding-left: .45em;
  123.         padding-right: .5em;}
  124.  
  125. td.vcenter    { vertical-align: middle; }
  126.  
  127.  
  128. /****      extended class styles ************************/
  129. /*                                           */
  130. /* add comment tags to disable the style         */
  131.  
  132. p.indent    { margin-left: 1.3em; }       /* used to indent text for notes and warnings; use this instead of the blockquote tag */
  133.  
  134. p.indent2    { margin-left: 3.5em; }   /* used to indent text a second level under the first  indent */
  135.  
  136. P.indentGray    { color: #666666; } /*  used in quad-method procedures     */
  137.         
  138. p.procLabel    { font-size: 105%;     
  139.         font-weight: bold; clear: both; width: 85%; margin-top: 2em; }
  140.         
  141. p.uatshoot    { font-weight: bold; margin-bottom: -.5em; margin-top: 1em; }
  142.  
  143. /***********************************************/
  144. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */
  145.  
  146. #expand     {margin-bottom: 0.6em; margin-left: 0em; margin-right: 0em;}
  147.  
  148. a:link.expandToggle, a:visited.expandToggle     {color:#000000; font-weight: bold; text-decoration:none;}
  149.  
  150. a:hover.expandToggle, a:active.expandToggle     {color:#0000FF;}
  151.  
  152. img.expand     { border: none; margin-right: 0.5em; width:.8em;}
  153.         
  154. div.expand    { margin-left: 1.5em; margin-right: 1.5em;margin-bottom: 1em; display:none;}
  155.  
  156.  
  157.  
  158. /***********************************************/
  159. /* this class for expand collapse appearing in a table  */
  160.  
  161. table.uatshoot        {background-color: #FFFFFF; width: 90%; }
  162.  
  163. table.uatshoot td    { padding: 0px 0px 0px 5px; }
  164.  
  165. a:link.uatshoot, a:visited.uatshoot     {color:#000000; font-weight: normal;  text-decoration:none;}
  166.  
  167. a:hover.uatshoot, a:active.uatshoot     {color:#0000FF; text-decoration: none; }
  168.  
  169.  
  170. /*******************************************/
  171. /*  these classes are for thumbnail art      */
  172.  
  173. a:link img.thumbnail    {border-color: #0000FF;}
  174.  
  175. a:active img.thumbnail    { border-color: #FF0000;}
  176.  
  177. a:hover img.thumbnail    {border-color: #FF0000;}
  178.  
  179. img.thumbnail        {vertical-align: top; margin-left: 0;
  180.              width:90; border-width:1;}
  181.          
  182. div.thumbnail        {float:left; width: 105; margin-top: 1em; margin-bottom: -0.3em; 
  183.              clear: both;  }
  184.              
  185. .thumbnailnowrap { width: 120px; }
  186.  
  187. /*********************************************/                
  188. /* this class style is used for the navigation tree in MMC */
  189.         
  190. p.navTree    { margin-top: .2em; }
  191.  
  192. ul.navTree     {  list-style-type: none; }
  193.  
  194. li.branch    { margin-top: -.5em; margin-bottom: .6em;}
  195.  
  196. a.where        {}    /* use for the expand <a> tag */
  197.  
  198. /***************************************************************/
  199. /* these class styles are used for <span> tags  simulating buttons & their div */
  200.  
  201. #buttonMenu    { padding:  0.5em 0.3em 0.1em 0.3em;
  202.               padding-left:6px;
  203.               border-bottom: thin solid #999999;
  204.               background: #BBBBBB;
  205.               vertical-align:top;
  206.               z-index:2;
  207.               visibility:visible;
  208.               left:0; top:0; 
  209.               text-align:left;
  210.               margin:0 1em 0 0; 
  211.               position:absolute;
  212.               width: 100%;
  213.               }
  214.                           
  215. a:link.button, a:visited.button, span.button {
  216.               border-top-color: #EEEEEE ;
  217.               border-left-color: #EEEEEE ;
  218.               border-bottom-color: #666666 ;
  219.               border-right-color: #666666 ;
  220.               background-color: #DDDDDD ;
  221.               color:#0000FF;
  222.               text-decoration: none;
  223.               text-align: center;
  224.               font-weight: bold ;
  225.               height:1.5em; width:17px; cursor:hand;
  226.               border-style: solid; border-width: 1;
  227.             }
  228.             
  229. a:active.button, a:hover.button    {
  230.               border-top-color: #666666 ;
  231.               border-left-color: #666666 ;
  232.               border-bottom-color: #EEEEEE ;
  233.               border-right-color: #EEEEEE;
  234.               background-color: #FFFFFF;
  235.               text-decoration: none;
  236.               text-align: center;
  237.               font-weight: bold ;
  238.               height:1.5em; width:17px; cursor:hand;
  239.               border-style: solid; border-width: 1;
  240.               }
  241.  
  242. /* The following span is used to display
  243. items that have no entries  - AMS */
  244.               
  245. span.buttoninactive {background: #C0C0C0;
  246.                     border: 1 solid #eeeeee;
  247.                     height: 1.4em;
  248.                     width: 1.4em;
  249.                     text-align: center;
  250.                     font-weight: bold;
  251.                     color: #808080;
  252.                     vertical-align:top;
  253.                     cursor: default;
  254.                     }
  255.  
  256. #list        { padding:.4em 0.3em 100% 0.3em;
  257.               overflow:auto;
  258.               line-height:0.4em;
  259.               height:100%; width: 100%;
  260.               z-index:1;
  261.               left:0; top:0; 
  262.               text-align:left;
  263.               margin:0; 
  264.               position:absolute;
  265.               margin-left:1em; line-height:100%;
  266.               }
  267.               
  268. p.marker    { font-weight:bold;
  269.                 margin-top: 2em;
  270.                 color:#000000;
  271.                 font-size:110%;
  272.                 }              
  273. /************************************************/
  274. /* class styles reserved for mouseover/mouseout DHTML   */
  275.  
  276. .cold        {}
  277. .hot        {}
  278.  
  279. /**********************************************************************/
  280. /* ID styles reserved for <a> tags  calling OCX's within HTML Help by creating  OBJECTS */
  281.  
  282.  
  283. #wPopup        {}
  284.  
  285. a:link#wPopup, a:visited#wPopup    {color: #006600;}
  286. a:hover#wPopup, a:active#wPopup    {color: #FF0000;}
  287.  
  288.  
  289. img.popup     {border: none; margin-right: 0.5em; vertical-align:middle;}
  290.  
  291. #shortcut        {}
  292.  
  293. img.shortcut     {border: none; margin-right: 0.5em; vertical-align:middle;}
  294.  
  295. #specLoc        {}
  296.  
  297. #altLoc        {}
  298.  
  299. p.note,p.tip, p.important, p.caution, p.warning 
  300.         { font-weight:bold; clear:both;
  301.          margin-top:1em; 
  302.          margin-bottom:-.25em; }    
  303.  
  304. img.alert        {border:none;}          /* for icon images - note, tip, important, caution, warning*/
  305.  
  306. /************************************************/
  307. /* styles used to modify the appearance of XML popups   */
  308.  
  309. SPAN.XMLPopup     {margin-bottom:.75em;height: 100%; width: 100%; border: solid; border-width:1px; background-color: #FFFFCC; }
  310.  
  311.  
  312. DIV.PopTerm     { font-weight: bold; margin-left: 1em; margin-top: .75em; margin-right: 1em; }        
  313. DIV.PopDef         { line-height: 1.25em; margin-left: 1em; margin-top: .25em; margin-right: 1em;}        
  314. DIV.PopSeeAlso    { margin-left: 1em; margin-top: .5em;  margin-right: 1em;}
  315. DIV.PopDef UL     { margin-left: 1.45em; line-height: 1.25em; }
  316.  
  317. /************************************************/
  318. /* Styles for listed-out/hard-coded links for Related Topics with page GIF */
  319.  
  320. p.#relTopics    { font-weight:bold; margin-top: 2em; margin-bottom: 0em;}
  321. img.relTopics     { position:relative; top:6px; border: none; z-index: -1; margin-top: 0em; margin-bottom: 0em;}
  322. p.relTopics        { position:relative; top:-13px; left: 20px; margin-top: 0em; margin-bottom: -1em; width: 95%;}
  323.  
  324. /***********************************/
  325. /*   Style for print only functionality used with external URL link   coUA_print.css*/
  326.  
  327. span.printonly    {display:none }
  328.  
  329. /***********************************/
  330. /*   Styles for checklists   */
  331.  
  332. .userData     {behavior:url(#default#userdata); }  /*sets persistance*/
  333.  
  334. #checklist    {width:100%;  text-align:left; margin:0.3em 0em;}
  335.  
  336. #checklist li     {text-indent:0.2em;}
  337.  
  338. /*********************************/                
  339. /*  these classes are for previous next navigation     */
  340.  
  341. a:hover.navbar, a:active.navbar        {} /* text in nav */
  342. a:link.navbar, a:visited.navbar        {}
  343.               
  344. #nav    { left:0; top:0px;
  345.       text-align:left; 
  346.       margin:0; 
  347.       position:absolute;
  348.       padding-bottom: 1px; padding-top: 3px;
  349.       padding-right:6px; padding-left:5px;
  350.       align:top;
  351.       visibility:hidden;
  352.       z-index:1;  }
  353.  
  354. #text    { left:0; top:0px;
  355.        /*text-align:left;*/ /*Commented out because it was causing a problem with BI-DI. Remove style if no ill effects are found from commenting it out. - 5/28/99 AMS */
  356.        margin:0; 
  357.        position:absolute;
  358.        padding:10px;
  359.        overflow:auto;
  360.        height:100%;
  361.        z-index:1; 
  362.                 background-repeat:no-repeat;
  363.        background-position: bottom right;
  364.        background-attachment:fixed; }
  365.  
  366. /***************************************************/
  367. /* STYLES USED IN THE WEB DELIVERABLE ONLY  */
  368.  
  369.  
  370. /***********************************/
  371. /*   links   */
  372.  
  373. #wPopupWeb    {}
  374.  
  375. a:link#wPopupWeb            {color: #006600;}
  376. a:hover#wPopupWeb        {color: #FF0000;}
  377. a:active#wPopupWeb        {color: #FF0000;}
  378. a:visited#wPopupWeb        {color: #006600;}
  379.  
  380. #shortcutWeb    {}
  381.  
  382. #specLocWeb    {}
  383.  
  384. #relTopicsWeb    {}
  385.  
  386. #altLocWeb    {}
  387.  
  388.  
  389. /***********************************/
  390. /*   popups   */
  391.  
  392. div.popup        { visibility:hidden; z-index:3;
  393.                  position:absolute; 
  394.                  top:200; left:200; 
  395.                  width:250; padding:6px; 
  396.                  background-color:#FFFFCC;
  397.                  border-style: solid;
  398.                  border-width: 1;
  399.                  border-color: #666666;
  400.                                       }
  401. /******END STYLES USED IN THE WEB DELIVERABLE ONLY**********/
  402.  
  403. /* Added the following DIV 12/20/00 to incorporate branding GIF to designate material in HSS as Microsoft (as opposed to OEM material. This style also required WIDTH tags on H1 and WIDTH and Margin-Top tags on P.Proclabel. - AMS*/
  404.  
  405. DIV.UAbrand    { direction: RTL; margin-top:-.25em; margin-right: -.25em; margin-bottom: -3em; }
  406.  
  407. /* Added the following DIV 05/15/02 to create a new indent for use by anyone but motivated by the Windows Server Implementation Guides. - AMS*/
  408.  
  409. DIV.indent    { margin-left: 1.3em; }
  410.  
  411.  
  412. TABLE.nested
  413. {
  414.     BACKGROUND-COLOR: #ffffff;
  415. }
  416.  
  417. TABLE.nested TH
  418. {
  419.     BACKGROUND-COLOR: #bbbbbb;
  420. }
  421.  
  422. TABLE.nested TD
  423. {
  424.     BACKGROUND-COLOR: #dddddd;
  425. }